Labels:text | font | screenshot | white | algebra OCR: if matchesFound == 0 # local (s = file.fileFromPath (file.folderFromPath (path))) # s = "There are no Word files in the " + s + " folder." dialog.alert (s) else local (s = file.fileFromPath (file.folderFromPath (path))) .:::. $ = "There were " + matchesFound + " Word files in the " + $ + " folder." dialog.alert (s)